Skip to content

chore(deps-dev): bump aws-durable-execution-sdk-python from 1.4.0 to 1.5.0#464

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/aws-durable-execution-sdk-python-1.5.0
Closed

chore(deps-dev): bump aws-durable-execution-sdk-python from 1.4.0 to 1.5.0#464
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/aws-durable-execution-sdk-python-1.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 23, 2026

Copy link
Copy Markdown
Contributor

Bumps aws-durable-execution-sdk-python from 1.4.0 to 1.5.0.

Release notes

Sourced from aws-durable-execution-sdk-python's releases.

v1.5.0

summary

  • name parallel branches and map iterations for easier identification when monitoring execution history (#387)
  • nesting_type on map and parallel for fewer operations per iteration (#351)
  • bug fix: Emit a START checkpoint when retrying a failed step (#381)
  • bug fix: Payload size limit errors on checkpoint are now surfaced as non-retryable execution errors rather than retryable invocation errors (#341)

Please install aws-durable-execution-sdk-python-testing v1.2.1 for compatibility.

What's Changed

New Contributors

Full Changelog: aws/aws-durable-execution-sdk-python@v1.4.0...v1.5.0

Commits
  • 168cee9 chore: bump version to 1.5.0
  • 8da577b chore(deps): bump github/codeql-action (#388)
  • cdcb353 feat: add decorator support for named parallel branch
  • 6aa55b3 chore: update SAM template
  • 666102b feat: parallel and map branch name
  • c07e4fc chore: split notify_slack into separate workflows
  • 611eb55 docs: drop in-repo docs, use aws docs site
  • 85f2d24 Revert "[refactor]: use an executor class instead of closure (#375)" (#384)
  • 87586bd feat: useragent header
  • f678833 fix: checkpoint start action when retry a failed step (#381)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aws-durable-execution-sdk-python](https://github.com/aws/aws-durable-execution-sdk-python) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/aws/aws-durable-execution-sdk-python/releases)
- [Commits](aws/aws-durable-execution-sdk-python@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: aws-durable-execution-sdk-python
  dependency-version: 1.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github May 23, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: type:dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

yasha-dev1 added a commit that referenced this pull request Jun 16, 2026
* chore(deps): bump Python dependencies (dependabot batch)

Root (pyproject.toml + poetry.lock):
- click 8.3.3 -> 8.4.1 (#458)
- filelock 3.29.0 -> 3.29.4 (#479)
- pydantic 2.13.3 -> 2.13.4 (#422)
- aiobotocore 3.6.0 -> 3.7.0 (#414)
- aiohttp 3.13.5 -> 3.14.1 (#473)
- tornado 6.5.5 -> 6.5.7 (#476)
- urllib3 2.6.3 -> 2.7.0 (#429)
- idna 3.11 -> 3.18 (#450)
- aws-durable-execution-sdk-python 1.4.0 -> 1.5.0 (#464)
- redis 7.4.0 -> 8.0.0 (#472, major)
- mypy 1.20.2 -> 2.1.0 (#439, major)
- ruff 0.15.12 -> 0.15.17 (#480)
- black 26.3.1 -> 26.5.1 (#456)
- moto 5.2.0 -> 5.2.2 (#478)
- pytest-asyncio 1.3.0 -> 1.4.0 (#470)
- types-python-dateutil -> 2.9.0.20260518 (#466)
- types-pyyaml -> 6.0.12.20260518 (#453)

dashboard/backend: idna 3.11 -> 3.18 (#451, transitive)

mypy 2.1.0 surfaced two latent type errors in cli/utils/interactive.py;
collapsed the two-loop choice conversion into a single isinstance-narrowed
loop. Verified: ruff check, ruff format --check, mypy (net-neutral vs the
pre-existing AWS-module errors on main), and full pytest suite (971 passed).

redis floor kept at >=5.0.0 in optional-dependencies to avoid forcing redis 8
on library consumers; lockfile pins 8.0.0 for dev.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* chore(deps): bump frontend dependencies (dependabot batch)

dashboard/frontend (package.json + package-lock.json):
- @tabler/icons-react 3.41 -> 3.44.0 (#416)
- @tailwindcss/vite 4.2.4 -> 4.3.0 (#426)
- tailwindcss 4.2.4 -> 4.3.0 (#413)
- @tanstack/react-query 5.100.8 -> 5.100.13 (#454)
- @tanstack/react-query-devtools 5.99 -> 5.100.13 (#463)
- @tanstack/eslint-plugin-query 5.100.8 -> 5.100.13 (#457)
- @tanstack/react-router 1.169.1 -> 1.170.7 (#467)
- @tanstack/react-router-devtools 1.166.13 -> 1.167.0 (#446)
- @tanstack/router-plugin 1.167.32 -> 1.168.10 (#462)
- @uiw/react-codemirror 4.25.9 -> 4.25.10 (#460)
- @hookform/resolvers 5.2.2 -> 5.4.0 (#455)
- react-hook-form 7.75.0 -> 7.76.1 (#465)
- axios 1.16.0 -> 1.16.1 (#437)
- date-fns 4.1.0 -> 4.3.0 (#459)
- lucide-react 1.14.0 -> 1.16.0 (#443)
- react 19.2.5 -> 19.2.6 (#427)
- tailwind-merge 3.5.0 -> 3.6.0 (#432)
- zod 4.4.2 -> 4.4.3 (#418)
- zustand 5.0.12 -> 5.0.13 (#423)
- @types/node 25.6.0 -> 25.9.1 (#469)
- @vitejs/plugin-react-swc 4.3.0 -> 4.3.1 (#448)
- eslint 10.3.0 -> 10.4.0 (#440)
- typescript-eslint 8.59.1 -> 8.59.4 (#452)
- vite 8.0.10 -> 8.0.16 (#481, supersedes #468)

Held back: react-day-picker 9.14.0 -> 10.0.1 (#441) — the v10 major
removes the `table` key from its ClassNames type and breaks the build in
src/components/ui/calendar.tsx. Left at 9.14.0 pending a calendar migration.

Verified: npm run build passes. Frontend lint is unchanged vs main
(pre-existing errors, not gated in CI). yarn.lock/pnpm-lock are vestigial
(Dockerfile uses `npm ci`) and intentionally left untouched.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* chore(deps): bump codecov/codecov-action from 6 to 7 (#477)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

Looks like aws-durable-execution-sdk-python is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 16, 2026
@dependabot dependabot Bot deleted the dependabot/pip/aws-durable-execution-sdk-python-1.5.0 branch June 16, 2026 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant